RawBitmap Buoy package.

RawBitmap.Convert Method

Converts between RawBitmap formats.

Convert(
   bitmapFormat as RawBitmap.BitmapFormats) as RawBitmap

Parameters

bitmapFormat
The RawBitmapFormat to convert to.

Returns

RawBitmap
The converted RawBitmap or nil if there was error.

Remarks

This function is not suitable and does not support converting between RGB and CMYK, to do such conversion then use the Einhugur ColorManagement plugin.

See Also

RawBitmap Class